Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.1 KiB

  1. <SCWKBRegistration>
  2. <!-- Conflict Resolution Algorithm -->
  3. <!--
  4. 1. System (for services only)
  5. 2. Custom (last one at this level wins)
  6. 3. Root
  7. 4. Extensions (last one at this level wins)
  8. -->
  9. <!-- Sample Entries for .Net server and Win2k
  10. <KBs OSVersionMajorInfo = "5" OSVersionMinorInfo = "2">
  11. <Root>
  12. <Name> DotNetKB.xml </Name>
  13. </Root>
  14. <Custom>
  15. <Name> Custom1.xml </Name>
  16. <Name> Custom2.xml </Name>
  17. </Custom>
  18. <Extensions>
  19. <Name> Extension2.xml </Name>
  20. <Name> Extension3.xml </Name>
  21. </Extensions>
  22. </KBs>
  23. <KBs OSVersionMajorInfo = "5" OSVersionMinorInfo = "0">
  24. <Root>
  25. <Name> Win2kKB.xml </Name>
  26. </Root>
  27. <Custom>
  28. <Name> Custom2.xml </Name>
  29. <Name> Custom3.xml </Name>
  30. </Custom>
  31. <Extensions>
  32. <Name> Extension3.xml </Name>
  33. <Name> Extension4.xml </Name>
  34. </Extensions>
  35. </KBs>
  36. -->
  37. <KBs OSVersionMajorInfo = "5" OSVersionMinorInfo = "2">
  38. <Root>
  39. <Name> DotNetKB.xml </Name>
  40. </Root>
  41. <Custom>
  42. </Custom>
  43. <Extensions>
  44. <Name> OperationsManager2000.xml </Name>
  45. <Name> SQLServer2000.xml </Name>
  46. </Extensions>
  47. </KBs>
  48. </SCWKBRegistration>